home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / os2 / pmcstex.zip / L2E_NDX.ZIP / !READNDX < prev    next >
Text File  |  1996-02-08  |  1KB  |  36 lines

  1. File LaTeX2e.INF enables one to read the LaTeX2e documentation by means of the 
  2.   OS/2 hypertext format (INF). 
  3. File LaTeX2e.NDX onables one to use Ctrl-H in editor EPM to get info about the 
  4.   (La)TeX command under the curso (that's analogous to Ctrl-F1 in Borlands). 
  5.  
  6. File LaTeX2e.INF was ftp-ed from ftp.muni.cz ("quote site exec tex latex2e.inf"), 
  7.   his author supplied file ltx_inf.rme. I created file .NDX and the awk 
  8.   script for its conversion. And this manual.
  9.  
  10. Installation:
  11.  
  12. 1. Place LaTeX2e.INF and LaTeX2e.ndx in directory \emtex\book\english 
  13. 2. Add these to CONFIG.SYS:
  14.        SET BOOKSHELF=..;e:\emtex\book\english
  15.        SET EPMPATH=...;e:\emtex\book\english 
  16.        SET HELPNDX=...+LaTeX2e.NDX
  17.  
  18. Technical note: I made LaTeX2e.ndx by the following procedure:
  19.  
  20. 1. Chapter "List of commands" from file LaTeX2e.INF was saved to disk
  21.    text.tmp (hot key Ctrl-F)
  22. 2. I wrote the enclosed awk script to produce LaTeX2e.ndx:
  23.    awk -f tmp2ndx <text.tmp >LaTeX2e.ndx
  24. 3. I added some commands which were not listed in "List of commands". 
  25.    They are present from the 3rd line till the line with $:
  26.    ($, view LaTeX2e  Math Formulae)
  27.  
  28. 4. if you find other undocumented latex2e commands, mail them to me, please. 
  29.    If you have newer LaTeX2e.INF, let me know about it. 
  30.  
  31. Freeware. Original placed at my WWW page:
  32. WWW strance http://www.sci.muni.cz/~mikulik/
  33.  
  34. Petr Mikulik, Brno, 2.2.1996
  35. mikulik@sci.muni.cz
  36.